home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d14
/
cppwin10.arc
/
CDLG1.HPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-01-11
|
312 b
|
18 lines
/***
Test class for testing the CDlg class
Header file.
***/
#ifndef CDlg1_INC
#define CDlg1_INC
#include "cdlg.hpp"
class CDlg1 : public CDlg {
public:
BOOL DoCommand(WORD ControlID, LONG lParam);
/*int DoDialog(HANDLE hInst, LPSTR lpDlgName, HWND hParent, LONG lParam);*/
};
#endif